home *** CD-ROM | disk | FTP | other *** search
- #ifndef __think_dcmd__
- #define __think_dcmd__
-
- #include <Types.h>
-
- /*
- * The #include <dcmd.h> MUST occur after these definitions
- */
-
- #define CommandEntry COMMANDENTRY
-
- #define dcmdDrawLine DCMDDRAWLINE
- #define dcmdDrawString DCMDDRAWSTRING
- #define dcmdDrawText DCMDDRAWTEXT
- #define dcmdScroll DCMDSCROLL
- #define dcmdDrawPrompt DCMDDRAWPROMPT
- #define dcmdGetPosition DCMDGETPOSITION
- #define dcmdSetPosition DCMDSETPOSITION
- #define dcmdGetNextChar DCMDGETNEXTCHAR
- #define dcmdPeekAtNextChar DCMDPEEKATNEXTCHAR
- #define dcmdGetNextParameter DCMDGETNEXTPARAMETER
- #define dcmdGetNextExpression DCMDGETNEXTEXPRESSION
- #define dcmdGetBreakMessage DCMDGETBREAKMESSAGE
- #define dcmdGetNameAndOffset DCMDGETNAMEANDOFFSET
- #define dcmdGetTrapName DCMDGETTRAPNAME
- #define dcmdGetMacroName DCMDGETMACRONAME
- #define dcmdSwapWorlds DCMDSWAPWORLDS
- #define dcmdSwapScreens DCMDSWAPSCREENS
- #define dcmdForAllHeapBlocks DCMDFORALLHEAPBLOCKS
-
-
- #include <dcmd.h>
-
-
- /* Prototype for CommandEntry */
-
- pascal void CommandEntry( dcmdBlock* paramPtr );
-
- #endif
-